This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: values changed by agent are not saved ~Gus Zenboosizen 8.Jan.04 05:50 PM a Web browser Applications Development 6.0.3All Platforms
@PostedCommand([FileSave]) ;
@Command([ToolsRunMacro]; "(Notes Process CTF)");
@PostedCommand([FileCloseWindow])
this is the code in the save & exit button now. I moved the agent out of the querysave and initially had it as the first item - still did not work. I just moved it to the second line and the code works - but... very strange. When the agent is finished and you are brought back to the main view, the item appears in the unassigned area with the refresh button on the view. When the refresh button is selected the actual doc moves into the correct category and now has the right value in the field.
The code is working - but not sure why the code change made the difference and the view refresh is very confusing.